projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd489b
)
(top-level): Don't load viper-init when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:00:08 +0000
(21:00 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:00:08 +0000
(21:00 +0000)
lisp/emulation/viper-util.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-util.el
b/lisp/emulation/viper-util.el
index 0497c16dc204b51d03cb39141ddd2d2d06614dfb..87bf5235b818e281f3d609e911f73b86eacd31ac 100644
(file)
--- a/
lisp/emulation/viper-util.el
+++ b/
lisp/emulation/viper-util.el
@@
-44,12
+44,6
@@
(require 'ring)
-(if noninteractive
- (eval-when-compile
- (let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'viper-init)
- (load "viper-init.el" nil t 'nosuffix))
- )))
;; end pacifier
(require 'viper-init)